home *** CD-ROM | disk | FTP | other *** search
/ Oxygen Multimedia Graphics 22 / Oxygen Multimedia Graphics 22.iso / pc / System / OX22 / PDC_6_BACK (CI1).ls < prev    next >
Encoding:
Text File  |  2008-03-12  |  118 b   |  10 lines

  1. global pickTemplate
  2.  
  3. on mouseUp
  4.   if pickTemplate = 1 then
  5.     go("CT2Load")
  6.   else
  7.     go("WizardMain")
  8.   end if
  9. end
  10.